Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Unique external ID linked to this Employee, consisting of alphanumeric characters, hyphens and underscores.
1 - 100
"a3903505-eb84-42dc-a79f-5e7b1fe897b7"
Query Parameters
The maximal number of results returned.
1 <= x <= 100
10
The minimum score of the results. Due to approximations for fast result-delivery, there might be records with a score slightly lower than the minimum.
0 <= x <= 1
0.7
If set to explained
, the response will include an explanation of the recommendation.
simple
, explained
"explained"
If set to true
, Course recommendations will consider adjacent Skills in addition to literal Skill overlap. If set to false
, recommendations will be based solely on literal Skill overlap.
false
Additional entity attributes that will be included in the response body. This query parameter can be added multiple times to include more attributes. When include entity
is used, the response will include the titles and descriptions of the recommended Courses.
["custom_properties", "entity"]
Body
Response
OK
The response is of type object
.